PreviousNextTracker indexSee it online !

(76/308) 689 - JCrontab, LazyImporter OptionPanes return invalid name

Plugin Options: For some TreeNodes if they are
selected, on closing and reopening Plugin Options the
first entry (for me Ant Farm->Build Options) is
selected instead of the last selected options pane
(e. g. Character Map, Find File, both InfoViewer
option panes, all three JDiff Plugin option panes,
both Jcrontab option panes, all five LazyImporter
option panes, PHPParser options pane, SQL options
pane "Special comment remover", ShortcutDisplay
options pane, all six WhiteSpace option panes, XML
options pane "CSS")

Sorry if this is a dupe, but I have many bugs to post
and am too lazy to check them all for dupes
currently. :-)

OS: Windows XP
Java Version: Sun Java 1.5.0_06-b05
jEdit Version: SVN Revision 6684 (4.3pre7)

Submitted vampire0 - 2006-08-17 14:44:20 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments

2011-11-12 17:34:58
ezust

I have not determined what it is about the option panes that differ among the option panes that are saved properly but I have a few more examples to add to the ticket:

Plugins it does work on:
updater, xsearch, xml/xml, xml/xml indenter, quick notepad, buffertabs, markersets, metalcolor, minimap, rename/actions, console,

Plugins it does not work on:
bzrplugin, gitplugin, subversion

Interesting that some of XML optionpanes do work (xml/xml, xml/xmlindenter) and others do not (xml/css).

2011-11-12 17:46:19
kpouer

Hi, Shlomy reported that to me for some plugins with the solution:
the bug is in the plugin :
in the OptionPane of the plugin when calling super("some name")
the name must be the same name that is declared in the props file of the plugin.
I think the best thing to do is to create a bug on the tracker for every plugin that has the problem.

2011-12-05 21:56:09
ezust

- **status**: open --> closed-fixed

2011-12-05 21:56:09
ezust

Fixed in SVN all plugins mentioned in this ticket. Please open fresh tickets in plugin bugs for specific plugins that still need it.

2011-12-05 22:04:03
ezust

Except LazyImporter, which is not in SVN. Is it still supported?

2011-12-05 22:10:22
ezust

- **milestone**: 101608 -->
- **summary**: Plugin Options last selected pane is not always stored --> JCrontab, LazyImporter OptionPanes return invalid name
- **labels**: 102668 -->
- **status**: closed-fixed --> open

2011-12-06 23:11:29
vampire0

As it is still in CVS, I guess it is not currently maintained.